Html Css Color HEX #690712 Pohutukawa

📋 copy color: '#690712'

red 105 ◦ green 7 ◦ blue 18

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

Shades of Pohutukawa #690712

Tints of Pohutukawa #690712

RGB

 RED value IS 105 (41.41% from 255) = 80.77%

 GREEN value IS 7 (3.13% from 255) = 5.38%

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

R = 80.77%
G = 5.38%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#690712 (or 0x690712) is known color: Pohutukawa. HEX triplet: 69, 07 and 12. RGB value is (105,7,18). Sum of RGB (Red+Green+Blue) = 105+7+18=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #690712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690712 is #96F8ED. Grayscale: #252525. Windows color (decimal): -9894126 or 1181545. OLE color: 1181545.

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

Color convert

RGB 105 7 18 -
CMYK 0 0.93 0.83 0.59
HSL 353.27º 0.88% 0.22% -
HSV(B) 353.27º 0.93% 0.41% -
XYZ 6.01 3.2 0.87 -
YUV 37.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 105 7 18 0 0.93 0.83 0.59 353.27 0.88 0.22
Hex 69 7 12 0 5D 53 3B 161 58 16
Octal 151 7 22 0 135 123 73 541 130 26
Binary 1101001 111 10010 0 1011101 1010011 111011 101100001 1011000 10110

Color Harmonies of #690712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690712

Black with #690712

Text Example


Text Example

White with #690712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690712; }

 p { color: rgb(105,7,18); }

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

background-color css

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

 a { background-color: rgb(105,7,18); }

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

border-color css

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

 span { border-color: rgb(105,7,18); }

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