Html Css Color HEX #6A0B17 Pohutukawa

📋 copy color: '#6A0B17'

red 106 ◦ green 11 ◦ blue 23

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

Shades of Pohutukawa #6A0B17

Tints of Pohutukawa #6A0B17

RGB

 RED value IS 106 (41.8% from 255) = 75.71%

 GREEN value IS 11 (4.69% from 255) = 7.86%

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

R = 75.71%
G = 7.86%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6A0B17 (or 0x6A0B17) is known color: Pohutukawa. HEX triplet: 6A, 0B and 17. RGB value is (106,11,23). Sum of RGB (Red+Green+Blue) = 106+11+23=140 (18% of max value = 765). Red value is 106 (41.80% from 255 or 75.71% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0B17 is #95F4E8. Grayscale: #282828. Windows color (decimal): -9827561 or 1510250. OLE color: 1510250.

HSL color Cylindrical-coordinate representation of color #6A0B17: hue angle of 352.42º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B17 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 11 23 -
CMYK 0 0.90 0.78 0.58
HSL 352.42º 0.81% 0.23% -
HSV(B) 352.42º 0.9% 0.42% -
XYZ 6.22 3.37 1.13 -
YUV 40.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 106 11 23 0 0.90 0.78 0.58 352.42 0.81 0.23
Hex 6A B 17 0 5A 4E 3A 160 51 17
Octal 152 13 27 0 132 116 72 540 121 27
Binary 1101010 1011 10111 0 1011010 1001110 111010 101100000 1010001 10111

Color Harmonies of #6A0B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0B17

Black with #6A0B17

Text Example


Text Example

White with #6A0B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,11,23); }

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

background-color css

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

 a { background-color: rgb(106,11,23); }

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

border-color css

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

 span { border-color: rgb(106,11,23); }

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