Html Css Color HEX #681012 Pohutukawa

📋 copy color: '#681012'

red 104 ◦ green 16 ◦ blue 18

#681012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #681012

Tints of Pohutukawa #681012

RGB

 RED value IS 104 (41.02% from 255) = 75.36%

 GREEN value IS 16 (6.64% from 255) = 11.59%

 BLUE value IS 18 (7.42% from 255) = 13.04%

R = 75.36%
G = 11.59%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#681012 (or 0x681012) is known color: Pohutukawa. HEX triplet: 68, 10 and 12. RGB value is (104,16,18). Sum of RGB (Red+Green+Blue) = 104+16+18=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #681012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681012 is #97EFED. Grayscale: #2A2A2A. Windows color (decimal): -9957358 or 1183848. OLE color: 1183848.

HSL color Cylindrical-coordinate representation of color #681012: hue angle of 358.64º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681012 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 18 -
CMYK 0 0.85 0.83 0.59
HSL 358.64º 0.73% 0.24% -
HSV(B) 358.64º 0.85% 0.41% -
XYZ 6 3.36 0.9 -
YUV 42.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 104 16 18 0 0.85 0.83 0.59 358.64 0.73 0.24
Hex 68 10 12 0 55 53 3B 167 49 18
Octal 150 20 22 0 125 123 73 547 111 30
Binary 1101000 10000 10010 0 1010101 1010011 111011 101100111 1001001 11000

Color Harmonies of #681012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681012

Black with #681012

Text Example


Text Example

White with #681012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681012; }

 p { color: rgb(104,16,18); }

 H1.HeaderClassName
 {
   color: #681012;
 }
 .AnyTagClassName
 {
   color: #681012;
 }
</style>

background-color css

<style>
 a { background-color: #681012; }

 a { background-color: rgb(104,16,18); }

 div.DivClassName
 {
   background-color: #681012;
 }
 .BgClassName
 {
   background-color: #681012;
 }
</style>

border-color css

<style>
 span { border-color: #681012; }

 span { border-color: rgb(104,16,18); }

 td.TdClassName
 {
   border-color: #681012;
 }
 .TagClassName
 {
   border-color: #681012;
 }
</style>