Html Css Color HEX #690818 Pohutukawa

📋 copy color: '#690818'

red 105 ◦ green 8 ◦ blue 24

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

Shades of Pohutukawa #690818

Tints of Pohutukawa #690818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 76.64%
G = 5.84%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#690818 (or 0x690818) is known color: Pohutukawa. HEX triplet: 69, 08 and 18. RGB value is (105,8,24). Sum of RGB (Red+Green+Blue) = 105+8+24=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #690818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690818 is #96F7E7. Grayscale: #262626. Windows color (decimal): -9893864 or 1575017. OLE color: 1575017.

HSL color Cylindrical-coordinate representation of color #690818: hue angle of 350.1º 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 #690818 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 8 24 -
CMYK 0 0.92 0.77 0.59
HSL 350.1º 0.86% 0.22% -
HSV(B) 350.1º 0.92% 0.41% -
XYZ 6.08 3.24 1.17 -
YUV 38.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 105 8 24 0 0.92 0.77 0.59 350.1 0.86 0.22
Hex 69 8 18 0 5C 4D 3B 15E 56 16
Octal 151 10 30 0 134 115 73 536 126 26
Binary 1101001 1000 11000 0 1011100 1001101 111011 101011110 1010110 10110

Color Harmonies of #690818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690818

Black with #690818

Text Example


Text Example

White with #690818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690818; }

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

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

background-color css

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

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

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

border-color css

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

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

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