Html Css Color HEX #691217 Pohutukawa

📋 copy color: '#691217'

red 105 ◦ green 18 ◦ blue 23

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

Shades of Pohutukawa #691217

Tints of Pohutukawa #691217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 23 (9.38% from 255) = 15.75%

R = 71.92%
G = 12.33%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#691217 (or 0x691217) is known color: Pohutukawa. HEX triplet: 69, 12 and 17. RGB value is (105,18,23). Sum of RGB (Red+Green+Blue) = 105+18+23=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #691217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691217 is #96EDE8. Grayscale: #2C2C2C. Windows color (decimal): -9891305 or 1512041. OLE color: 1512041.

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

Color convert

RGB 105 18 23 -
CMYK 0 0.83 0.78 0.59
HSL 356.55º 0.71% 0.24% -
HSV(B) 356.55º 0.83% 0.41% -
XYZ 6.2 3.5 1.16 -
YUV 44.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 105 18 23 0 0.83 0.78 0.59 356.55 0.71 0.24
Hex 69 12 17 0 53 4E 3B 165 47 18
Octal 151 22 27 0 123 116 73 545 107 30
Binary 1101001 10010 10111 0 1010011 1001110 111011 101100101 1000111 11000

Color Harmonies of #691217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691217

Black with #691217

Text Example


Text Example

White with #691217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691217; }

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

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

background-color css

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

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

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

border-color css

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

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

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