Html Css Color HEX #6B090B Pohutukawa

📋 copy color: '#6B090B'

red 107 ◦ green 9 ◦ blue 11

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

Shades of Pohutukawa #6B090B

Tints of Pohutukawa #6B090B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

 BLUE value IS 11 (4.69% from 255) = 8.66%

R = 84.25%
G = 7.09%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B090B (or 0x6B090B) is known color: Pohutukawa. HEX triplet: 6B, 09 and 0B. RGB value is (107,9,11). Sum of RGB (Red+Green+Blue) = 107+9+11=127 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.25% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 107 - color contains mainly: red. Hex color #6B090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B090B is #94F6F4. Grayscale: #262626. Windows color (decimal): -9762549 or 723307. OLE color: 723307.

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

Color convert

RGB 107 9 11 -
CMYK 0 0.92 0.90 0.58
HSL 358.78º 0.84% 0.23% -
HSV(B) 358.78º 0.92% 0.42% -
XYZ 6.22 3.35 0.63 -
YUV 38.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 107 9 11 0 0.92 0.90 0.58 358.78 0.84 0.23
Hex 6B 9 B 0 5C 5A 3A 167 54 17
Octal 153 11 13 0 134 132 72 547 124 27
Binary 1101011 1001 1011 0 1011100 1011010 111010 101100111 1010100 10111

Color Harmonies of #6B090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B090B

Black with #6B090B

Text Example


Text Example

White with #6B090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,9,11); }

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

background-color css

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

 a { background-color: rgb(107,9,11); }

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

border-color css

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

 span { border-color: rgb(107,9,11); }

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