Html Css Color HEX #6B0F1E Pohutukawa

📋 copy color: '#6B0F1E'

red 107 ◦ green 15 ◦ blue 30

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

Shades of Pohutukawa #6B0F1E

Tints of Pohutukawa #6B0F1E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.87%

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

R = 70.39%
G = 9.87%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B0F1E (or 0x6B0F1E) is known color: Pohutukawa. HEX triplet: 6B, 0F and 1E. RGB value is (107,15,30). Sum of RGB (Red+Green+Blue) = 107+15+30=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0F1E is #94F0E1. Grayscale: #2C2C2C. Windows color (decimal): -9760994 or 1970027. OLE color: 1970027.

HSL color Cylindrical-coordinate representation of color #6B0F1E: hue angle of 350.22º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B0F1E is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 15 30 -
CMYK 0 0.86 0.72 0.58
HSL 350.22º 0.75% 0.24% -
HSV(B) 350.22º 0.86% 0.42% -
XYZ 6.47 3.56 1.57 -
YUV 44.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 107 15 30 0 0.86 0.72 0.58 350.22 0.75 0.24
Hex 6B F 1E 0 56 48 3A 15E 4B 18
Octal 153 17 36 0 126 110 72 536 113 30
Binary 1101011 1111 11110 0 1010110 1001000 111010 101011110 1001011 11000

Color Harmonies of #6B0F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0F1E

Black with #6B0F1E

Text Example


Text Example

White with #6B0F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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