Html Css Color HEX #6B151E Pohutukawa

📋 copy color: '#6B151E'

red 107 ◦ green 21 ◦ blue 30

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

Shades of Pohutukawa #6B151E

Tints of Pohutukawa #6B151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 67.72%
G = 13.29%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B151E (or 0x6B151E) is known color: Pohutukawa. HEX triplet: 6B, 15 and 1E. RGB value is (107,21,30). Sum of RGB (Red+Green+Blue) = 107+21+30=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B151E is #94EAE1. Grayscale: #2F2F2F. Windows color (decimal): -9759458 or 1971563. OLE color: 1971563.

HSL color Cylindrical-coordinate representation of color #6B151E: hue angle of 353.72º 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 #6B151E is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 21 30 -
CMYK 0 0.80 0.72 0.58
HSL 353.72º 0.67% 0.25% -
HSV(B) 353.72º 0.8% 0.42% -
XYZ 6.57 3.76 1.61 -
YUV 47.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 107 21 30 0 0.80 0.72 0.58 353.72 0.67 0.25
Hex 6B 15 1E 0 50 48 3A 162 43 19
Octal 153 25 36 0 120 110 72 542 103 31
Binary 1101011 10101 11110 0 1010000 1001000 111010 101100010 1000011 11001

Color Harmonies of #6B151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B151E

Black with #6B151E

Text Example


Text Example

White with #6B151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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