Html Css Color HEX #6D0C23 Pohutukawa

📋 copy color: '#6D0C23'

red 109 ◦ green 12 ◦ blue 35

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

Shades of Pohutukawa #6D0C23

Tints of Pohutukawa #6D0C23

RGB

 RED value IS 109 (42.97% from 255) = 69.87%

 GREEN value IS 12 (5.08% from 255) = 7.69%

 BLUE value IS 35 (14.06% from 255) = 22.44%

R = 69.87%
G = 7.69%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6D0C23 (or 0x6D0C23) is known color: Pohutukawa. HEX triplet: 6D, 0C and 23. RGB value is (109,12,35). Sum of RGB (Red+Green+Blue) = 109+12+35=156 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.87% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0C23 is #92F3DC. Grayscale: #2B2B2B. Windows color (decimal): -9630685 or 2296941. OLE color: 2296941.

HSL color Cylindrical-coordinate representation of color #6D0C23: hue angle of 345.77º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C23 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 12 35 -
CMYK 0 0.89 0.68 0.57
HSL 345.77º 0.8% 0.24% -
HSV(B) 345.77º 0.89% 0.43% -
XYZ 6.74 3.64 1.94 -
YUV 43.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 109 12 35 0 0.89 0.68 0.57 345.77 0.8 0.24
Hex 6D C 23 0 59 44 39 15A 50 18
Octal 155 14 43 0 131 104 71 532 120 30
Binary 1101101 1100 100011 0 1011001 1000100 111001 101011010 1010000 11000

Color Harmonies of #6D0C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C23

Black with #6D0C23

Text Example


Text Example

White with #6D0C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,12,35); }

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

background-color css

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

 a { background-color: rgb(109,12,35); }

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

border-color css

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

 span { border-color: rgb(109,12,35); }

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