Html Css Color HEX #690916 Pohutukawa

📋 copy color: '#690916'

red 105 ◦ green 9 ◦ blue 22

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

Shades of Pohutukawa #690916

Tints of Pohutukawa #690916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

 BLUE value IS 22 (8.98% from 255) = 16.18%

R = 77.21%
G = 6.62%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#690916 (or 0x690916) is known color: Pohutukawa. HEX triplet: 69, 09 and 16. RGB value is (105,9,22). Sum of RGB (Red+Green+Blue) = 105+9+22=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #690916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690916 is #96F6E9. Grayscale: #272727. Windows color (decimal): -9893610 or 1444201. OLE color: 1444201.

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

Color convert

RGB 105 9 22 -
CMYK 0 0.91 0.79 0.59
HSL 351.88º 0.84% 0.22% -
HSV(B) 351.88º 0.91% 0.41% -
XYZ 6.07 3.26 1.07 -
YUV 39.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 105 9 22 0 0.91 0.79 0.59 351.88 0.84 0.22
Hex 69 9 16 0 5B 4F 3B 160 54 16
Octal 151 11 26 0 133 117 73 540 124 26
Binary 1101001 1001 10110 0 1011011 1001111 111011 101100000 1010100 10110

Color Harmonies of #690916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690916

Black with #690916

Text Example


Text Example

White with #690916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690916; }

 p { color: rgb(105,9,22); }

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

background-color css

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

 a { background-color: rgb(105,9,22); }

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

border-color css

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

 span { border-color: rgb(105,9,22); }

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