Html Css Color HEX #6D0B26 Pohutukawa

📋 copy color: '#6D0B26'

red 109 ◦ green 11 ◦ blue 38

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

Shades of Pohutukawa #6D0B26

Tints of Pohutukawa #6D0B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 68.99%
G = 6.96%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6D0B26 (or 0x6D0B26) is known color: Pohutukawa. HEX triplet: 6D, 0B and 26. RGB value is (109,11,38). Sum of RGB (Red+Green+Blue) = 109+11+38=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B26 is #92F4D9. Grayscale: #2B2B2B. Windows color (decimal): -9630938 or 2493293. OLE color: 2493293.

HSL color Cylindrical-coordinate representation of color #6D0B26: hue angle of 343.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B26 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 38 -
CMYK 0 0.90 0.65 0.57
HSL 343.47º 0.82% 0.24% -
HSV(B) 343.47º 0.9% 0.43% -
XYZ 6.78 3.63 2.18 -
YUV 43.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 109 11 38 0 0.90 0.65 0.57 343.47 0.82 0.24
Hex 6D B 26 0 5A 41 39 157 52 18
Octal 155 13 46 0 132 101 71 527 122 30
Binary 1101101 1011 100110 0 1011010 1000001 111001 101010111 1010010 11000

Color Harmonies of #6D0B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B26

Black with #6D0B26

Text Example


Text Example

White with #6D0B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,38); }

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

background-color css

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

 a { background-color: rgb(109,11,38); }

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

border-color css

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

 span { border-color: rgb(109,11,38); }

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