Html Css Color HEX #690820 Pohutukawa

📋 copy color: '#690820'

red 105 ◦ green 8 ◦ blue 32

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

Shades of Pohutukawa #690820

Tints of Pohutukawa #690820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

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

R = 72.41%
G = 5.52%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#690820 (or 0x690820) is known color: Pohutukawa. HEX triplet: 69, 08 and 20. RGB value is (105,8,32). Sum of RGB (Red+Green+Blue) = 105+8+32=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #690820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690820 is #96F7DF. Grayscale: #272727. Windows color (decimal): -9893856 or 2099305. OLE color: 2099305.

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

Color convert

RGB 105 8 32 -
CMYK 0 0.92 0.70 0.59
HSL 345.15º 0.86% 0.22% -
HSV(B) 345.15º 0.92% 0.41% -
XYZ 6.17 3.28 1.67 -
YUV 39.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 105 8 32 0 0.92 0.70 0.59 345.15 0.86 0.22
Hex 69 8 20 0 5C 46 3B 159 56 16
Octal 151 10 40 0 134 106 73 531 126 26
Binary 1101001 1000 100000 0 1011100 1000110 111011 101011001 1010110 10110

Color Harmonies of #690820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690820

Black with #690820

Text Example


Text Example

White with #690820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690820; }

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

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

background-color css

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

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

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

border-color css

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

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

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