Html Css Color HEX #691416 Pohutukawa

📋 copy color: '#691416'

red 105 ◦ green 20 ◦ blue 22

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

Shades of Pohutukawa #691416

Tints of Pohutukawa #691416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.61%

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

R = 71.43%
G = 13.61%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#691416 (or 0x691416) is known color: Pohutukawa. HEX triplet: 69, 14 and 16. RGB value is (105,20,22). Sum of RGB (Red+Green+Blue) = 105+20+22=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #691416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691416 is #96EBE9. Grayscale: #2D2D2D. Windows color (decimal): -9890794 or 1447017. OLE color: 1447017.

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

Color convert

RGB 105 20 22 -
CMYK 0 0.81 0.79 0.59
HSL 358.59º 0.68% 0.25% -
HSV(B) 358.59º 0.81% 0.41% -
XYZ 6.22 3.56 1.12 -
YUV 45.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 105 20 22 0 0.81 0.79 0.59 358.59 0.68 0.25
Hex 69 14 16 0 51 4F 3B 167 44 19
Octal 151 24 26 0 121 117 73 547 104 31
Binary 1101001 10100 10110 0 1010001 1001111 111011 101100111 1000100 11001

Color Harmonies of #691416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691416

Black with #691416

Text Example


Text Example

White with #691416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691416; }

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

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

background-color css

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

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

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

border-color css

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

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

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