Html Css Color HEX #6B1720 Pohutukawa

📋 copy color: '#6B1720'

red 107 ◦ green 23 ◦ blue 32

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

Shades of Pohutukawa #6B1720

Tints of Pohutukawa #6B1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

 BLUE value IS 32 (12.89% from 255) = 19.75%

R = 66.05%
G = 14.2%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#6B1720 (or 0x6B1720) is known color: Pohutukawa. HEX triplet: 6B, 17 and 20. RGB value is (107,23,32). Sum of RGB (Red+Green+Blue) = 107+23+32=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1720 is #94E8DF. Grayscale: #313131. Windows color (decimal): -9758944 or 2103147. OLE color: 2103147.

HSL color Cylindrical-coordinate representation of color #6B1720: hue angle of 353.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1720 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 23 32 -
CMYK 0 0.79 0.70 0.58
HSL 353.57º 0.65% 0.25% -
HSV(B) 353.57º 0.79% 0.42% -
XYZ 6.63 3.84 1.76 -
YUV 49.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 107 23 32 0 0.79 0.70 0.58 353.57 0.65 0.25
Hex 6B 17 20 0 4F 46 3A 162 41 19
Octal 153 27 40 0 117 106 72 542 101 31
Binary 1101011 10111 100000 0 1001111 1000110 111010 101100010 1000001 11001

Color Harmonies of #6B1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1720

Black with #6B1720

Text Example


Text Example

White with #6B1720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,23,32); }

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

background-color css

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

 a { background-color: rgb(107,23,32); }

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

border-color css

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

 span { border-color: rgb(107,23,32); }

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