Html Css Color HEX #6B1017 Pohutukawa

📋 copy color: '#6B1017'

red 107 ◦ green 16 ◦ blue 23

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

Shades of Pohutukawa #6B1017

Tints of Pohutukawa #6B1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

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

R = 73.29%
G = 10.96%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B1017 (or 0x6B1017) is known color: Pohutukawa. HEX triplet: 6B, 10 and 17. RGB value is (107,16,23). Sum of RGB (Red+Green+Blue) = 107+16+23=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1017 is #94EFE8. Grayscale: #2C2C2C. Windows color (decimal): -9760745 or 1511531. OLE color: 1511531.

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

Color convert

RGB 107 16 23 -
CMYK 0 0.85 0.79 0.58
HSL 355.38º 0.74% 0.24% -
HSV(B) 355.38º 0.85% 0.42% -
XYZ 6.4 3.56 1.16 -
YUV 44.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 107 16 23 0 0.85 0.79 0.58 355.38 0.74 0.24
Hex 6B 10 17 0 55 4F 3A 163 4A 18
Octal 153 20 27 0 125 117 72 543 112 30
Binary 1101011 10000 10111 0 1010101 1001111 111010 101100011 1001010 11000

Color Harmonies of #6B1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1017

Black with #6B1017

Text Example


Text Example

White with #6B1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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