Html Css Color HEX #6B1113 Pohutukawa

📋 copy color: '#6B1113'

red 107 ◦ green 17 ◦ blue 19

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

Shades of Pohutukawa #6B1113

Tints of Pohutukawa #6B1113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

 BLUE value IS 19 (7.81% from 255) = 13.29%

R = 74.83%
G = 11.89%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6B1113 (or 0x6B1113) is known color: Pohutukawa. HEX triplet: 6B, 11 and 13. RGB value is (107,17,19). Sum of RGB (Red+Green+Blue) = 107+17+19=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1113 is #94EEEC. Grayscale: #2C2C2C. Windows color (decimal): -9760493 or 1249643. OLE color: 1249643.

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

Color convert

RGB 107 17 19 -
CMYK 0 0.84 0.82 0.58
HSL 358.67º 0.73% 0.24% -
HSV(B) 358.67º 0.84% 0.42% -
XYZ 6.38 3.57 0.97 -
YUV 44.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 107 17 19 0 0.84 0.82 0.58 358.67 0.73 0.24
Hex 6B 11 13 0 54 52 3A 167 49 18
Octal 153 21 23 0 124 122 72 547 111 30
Binary 1101011 10001 10011 0 1010100 1010010 111010 101100111 1001001 11000

Color Harmonies of #6B1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1113

Black with #6B1113

Text Example


Text Example

White with #6B1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,17,19); }

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

background-color css

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

 a { background-color: rgb(107,17,19); }

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

border-color css

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

 span { border-color: rgb(107,17,19); }

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