Html Css Color HEX #690D20 Pohutukawa

📋 copy color: '#690D20'

red 105 ◦ green 13 ◦ blue 32

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

Shades of Pohutukawa #690D20

Tints of Pohutukawa #690D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.67%

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

R = 70%
G = 8.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#690D20 (or 0x690D20) is known color: Pohutukawa. HEX triplet: 69, 0D and 20. RGB value is (105,13,32). Sum of RGB (Red+Green+Blue) = 105+13+32=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #690D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D20 is #96F2DF. Grayscale: #2A2A2A. Windows color (decimal): -9892576 or 2100585. OLE color: 2100585.

HSL color Cylindrical-coordinate representation of color #690D20: hue angle of 347.61º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D20 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 13 32 -
CMYK 0 0.88 0.70 0.59
HSL 347.61º 0.78% 0.23% -
HSV(B) 347.61º 0.88% 0.41% -
XYZ 6.23 3.4 1.69 -
YUV 42.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 105 13 32 0 0.88 0.70 0.59 347.61 0.78 0.23
Hex 69 D 20 0 58 46 3B 15C 4E 17
Octal 151 15 40 0 130 106 73 534 116 27
Binary 1101001 1101 100000 0 1011000 1000110 111011 101011100 1001110 10111

Color Harmonies of #690D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D20

Black with #690D20

Text Example


Text Example

White with #690D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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