Html Css Color HEX #6B0C2B Pohutukawa

📋 copy color: '#6B0C2B'

red 107 ◦ green 12 ◦ blue 43

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

Shades of Pohutukawa #6B0C2B

Tints of Pohutukawa #6B0C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.54%

R = 66.05%
G = 7.41%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B0C2B (or 0x6B0C2B) is known color: Pohutukawa. HEX triplet: 6B, 0C and 2B. RGB value is (107,12,43). Sum of RGB (Red+Green+Blue) = 107+12+43=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C2B is #94F3D4. Grayscale: #2B2B2B. Windows color (decimal): -9761749 or 2821227. OLE color: 2821227.

HSL color Cylindrical-coordinate representation of color #6B0C2B: hue angle of 340.42º 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 #6B0C2B is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 12 43 -
CMYK 0 0.89 0.60 0.58
HSL 340.42º 0.8% 0.23% -
HSV(B) 340.42º 0.89% 0.42% -
XYZ 6.63 3.56 2.62 -
YUV 43.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 107 12 43 0 0.89 0.60 0.58 340.42 0.8 0.23
Hex 6B C 2B 0 59 3C 3A 154 50 17
Octal 153 14 53 0 131 74 72 524 120 27
Binary 1101011 1100 101011 0 1011001 111100 111010 101010100 1010000 10111

Color Harmonies of #6B0C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0C2B

Black with #6B0C2B

Text Example


Text Example

White with #6B0C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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