Html Css Color HEX #6B091C Pohutukawa

📋 copy color: '#6B091C'

red 107 ◦ green 9 ◦ blue 28

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

Shades of Pohutukawa #6B091C

Tints of Pohutukawa #6B091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.44%

R = 74.31%
G = 6.25%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6B091C (or 0x6B091C) is known color: Pohutukawa. HEX triplet: 6B, 09 and 1C. RGB value is (107,9,28). Sum of RGB (Red+Green+Blue) = 107+9+28=144 (19% of max value = 765). Red value is 107 (42.19% from 255 or 74.31% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 107 - color contains mainly: red. Hex color #6B091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B091C is #94F6E3. Grayscale: #282828. Windows color (decimal): -9762532 or 1837419. OLE color: 1837419.

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

Color convert

RGB 107 9 28 -
CMYK 0 0.92 0.74 0.58
HSL 348.37º 0.84% 0.23% -
HSV(B) 348.37º 0.92% 0.42% -
XYZ 6.37 3.41 1.42 -
YUV 40.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 107 9 28 0 0.92 0.74 0.58 348.37 0.84 0.23
Hex 6B 9 1C 0 5C 4A 3A 15C 54 17
Octal 153 11 34 0 134 112 72 534 124 27
Binary 1101011 1001 11100 0 1011100 1001010 111010 101011100 1010100 10111

Color Harmonies of #6B091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B091C

Black with #6B091C

Text Example


Text Example

White with #6B091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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