Html Css Color HEX #6B0A16 Pohutukawa

📋 copy color: '#6B0A16'

red 107 ◦ green 10 ◦ blue 22

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

Shades of Pohutukawa #6B0A16

Tints of Pohutukawa #6B0A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.19%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 76.98%
G = 7.19%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B0A16 (or 0x6B0A16) is known color: Pohutukawa. HEX triplet: 6B, 0A and 16. RGB value is (107,10,22). Sum of RGB (Red+Green+Blue) = 107+10+22=139 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.98% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0A16 is #94F5E9. Grayscale: #282828. Windows color (decimal): -9762282 or 1444459. OLE color: 1444459.

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

Color convert

RGB 107 10 22 -
CMYK 0 0.91 0.79 0.58
HSL 352.58º 0.83% 0.23% -
HSV(B) 352.58º 0.91% 0.42% -
XYZ 6.32 3.4 1.08 -
YUV 40.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 107 10 22 0 0.91 0.79 0.58 352.58 0.83 0.23
Hex 6B A 16 0 5B 4F 3A 161 53 17
Octal 153 12 26 0 133 117 72 541 123 27
Binary 1101011 1010 10110 0 1011011 1001111 111010 101100001 1010011 10111

Color Harmonies of #6B0A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A16

Black with #6B0A16

Text Example


Text Example

White with #6B0A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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