Html Css Color HEX #691A20 Pohutukawa

📋 copy color: '#691A20'

red 105 ◦ green 26 ◦ blue 32

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

Shades of Pohutukawa #691A20

Tints of Pohutukawa #691A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 64.42%
G = 15.95%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#691A20 (or 0x691A20) is known color: Pohutukawa. HEX triplet: 69, 1A and 20. RGB value is (105,26,32). Sum of RGB (Red+Green+Blue) = 105+26+32=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #691A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A20 is #96E5DF. Grayscale: #323232. Windows color (decimal): -9889248 or 2103913. OLE color: 2103913.

HSL color Cylindrical-coordinate representation of color #691A20: hue angle of 355.44º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A20 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 32 -
CMYK 0 0.75 0.70 0.59
HSL 355.44º 0.6% 0.26% -
HSV(B) 355.44º 0.75% 0.41% -
XYZ 6.46 3.85 1.77 -
YUV 50.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 105 26 32 0 0.75 0.70 0.59 355.44 0.6 0.26
Hex 69 1A 20 0 4B 46 3B 163 3C 1A
Octal 151 32 40 0 113 106 73 543 74 32
Binary 1101001 11010 100000 0 1001011 1000110 111011 101100011 111100 11010

Color Harmonies of #691A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A20

Black with #691A20

Text Example


Text Example

White with #691A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691A20; }

 p { color: rgb(105,26,32); }

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

background-color css

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

 a { background-color: rgb(105,26,32); }

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

border-color css

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

 span { border-color: rgb(105,26,32); }

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