Html Css Color HEX #6B1516 Pohutukawa

📋 copy color: '#6B1516'

red 107 ◦ green 21 ◦ blue 22

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

Shades of Pohutukawa #6B1516

Tints of Pohutukawa #6B1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

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

R = 71.33%
G = 14%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B1516 (or 0x6B1516) is known color: Pohutukawa. HEX triplet: 6B, 15 and 16. RGB value is (107,21,22). Sum of RGB (Red+Green+Blue) = 107+21+22=150 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1516 is #94EAE9. Grayscale: #2E2E2E. Windows color (decimal): -9759466 or 1447275. OLE color: 1447275.

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

Color convert

RGB 107 21 22 -
CMYK 0 0.80 0.79 0.58
HSL 359.3º 0.67% 0.25% -
HSV(B) 359.3º 0.8% 0.42% -
XYZ 6.48 3.72 1.14 -
YUV 46.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 107 21 22 0 0.80 0.79 0.58 359.3 0.67 0.25
Hex 6B 15 16 0 50 4F 3A 167 43 19
Octal 153 25 26 0 120 117 72 547 103 31
Binary 1101011 10101 10110 0 1010000 1001111 111010 101100111 1000011 11001

Color Harmonies of #6B1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1516

Black with #6B1516

Text Example


Text Example

White with #6B1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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