Html Css Color HEX #6B1617 Pohutukawa

📋 copy color: '#6B1617'

red 107 ◦ green 22 ◦ blue 23

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

Shades of Pohutukawa #6B1617

Tints of Pohutukawa #6B1617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 70.39%
G = 14.47%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B1617 (or 0x6B1617) is known color: Pohutukawa. HEX triplet: 6B, 16 and 17. RGB value is (107,22,23). Sum of RGB (Red+Green+Blue) = 107+22+23=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1617 is #94E9E8. Grayscale: #2F2F2F. Windows color (decimal): -9759209 or 1513067. OLE color: 1513067.

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

Color convert

RGB 107 22 23 -
CMYK 0 0.79 0.79 0.58
HSL 359.29º 0.66% 0.25% -
HSV(B) 359.29º 0.79% 0.42% -
XYZ 6.5 3.76 1.19 -
YUV 47.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 107 22 23 0 0.79 0.79 0.58 359.29 0.66 0.25
Hex 6B 16 17 0 4F 4F 3A 167 42 19
Octal 153 26 27 0 117 117 72 547 102 31
Binary 1101011 10110 10111 0 1001111 1001111 111010 101100111 1000010 11001

Color Harmonies of #6B1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1617

Black with #6B1617

Text Example


Text Example

White with #6B1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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