Html Css Color HEX #6B0C26 Pohutukawa

📋 copy color: '#6B0C26'

red 107 ◦ green 12 ◦ blue 38

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

Shades of Pohutukawa #6B0C26

Tints of Pohutukawa #6B0C26

RGB

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

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

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

R = 68.15%
G = 7.64%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B0C26 (or 0x6B0C26) is known color: Pohutukawa. HEX triplet: 6B, 0C and 26. RGB value is (107,12,38). Sum of RGB (Red+Green+Blue) = 107+12+38=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C26 is #94F3D9. Grayscale: #2B2B2B. Windows color (decimal): -9761754 or 2493547. OLE color: 2493547.

HSL color Cylindrical-coordinate representation of color #6B0C26: hue angle of 343.58º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C26 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 12 38 -
CMYK 0 0.89 0.64 0.58
HSL 343.58º 0.8% 0.23% -
HSV(B) 343.58º 0.89% 0.42% -
XYZ 6.54 3.53 2.17 -
YUV 43.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 107 12 38 0 0.89 0.64 0.58 343.58 0.8 0.23
Hex 6B C 26 0 59 40 3A 158 50 17
Octal 153 14 46 0 131 100 72 530 120 27
Binary 1101011 1100 100110 0 1011001 1000000 111010 101011000 1010000 10111

Color Harmonies of #6B0C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0C26

Black with #6B0C26

Text Example


Text Example

White with #6B0C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,12,38); }

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

background-color css

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

 a { background-color: rgb(107,12,38); }

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

border-color css

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

 span { border-color: rgb(107,12,38); }

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