Html Css Color HEX #6B1618 Pohutukawa

📋 copy color: '#6B1618'

red 107 ◦ green 22 ◦ blue 24

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

Shades of Pohutukawa #6B1618

Tints of Pohutukawa #6B1618

RGB

 RED value IS 107 (42.19% from 255) = 69.93%

 GREEN value IS 22 (8.98% from 255) = 14.38%

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

R = 69.93%
G = 14.38%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6B1618 (or 0x6B1618) is known color: Pohutukawa. HEX triplet: 6B, 16 and 18. RGB value is (107,22,24). Sum of RGB (Red+Green+Blue) = 107+22+24=153 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.93% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1618 is #94E9E7. Grayscale: #2F2F2F. Windows color (decimal): -9759208 or 1578603. OLE color: 1578603.

HSL color Cylindrical-coordinate representation of color #6B1618: hue angle of 358.59º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1618 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 24 -
CMYK 0 0.79 0.78 0.58
HSL 358.59º 0.66% 0.25% -
HSV(B) 358.59º 0.79% 0.42% -
XYZ 6.52 3.77 1.25 -
YUV 47.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 107 22 24 0 0.79 0.78 0.58 358.59 0.66 0.25
Hex 6B 16 18 0 4F 4E 3A 167 42 19
Octal 153 26 30 0 117 116 72 547 102 31
Binary 1101011 10110 11000 0 1001111 1001110 111010 101100111 1000010 11001

Color Harmonies of #6B1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1618

Black with #6B1618

Text Example


Text Example

White with #6B1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1618; }

 p { color: rgb(107,22,24); }

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

background-color css

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

 a { background-color: rgb(107,22,24); }

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

border-color css

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

 span { border-color: rgb(107,22,24); }

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