Html Css Color HEX #6C112A Pohutukawa

📋 copy color: '#6C112A'

red 108 ◦ green 17 ◦ blue 42

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

Shades of Pohutukawa #6C112A

Tints of Pohutukawa #6C112A

RGB

 RED value IS 108 (42.58% from 255) = 64.67%

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

 BLUE value IS 42 (16.8% from 255) = 25.15%

R = 64.67%
G = 10.18%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C112A (or 0x6C112A) is known color: Pohutukawa. HEX triplet: 6C, 11 and 2A. RGB value is (108,17,42). Sum of RGB (Red+Green+Blue) = 108+17+42=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C112A is #93EED5. Grayscale: #2F2F2F. Windows color (decimal): -9694934 or 2756972. OLE color: 2756972.

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

Color convert

RGB 108 17 42 -
CMYK 0 0.84 0.61 0.58
HSL 343.52º 0.73% 0.25% -
HSV(B) 343.52º 0.84% 0.42% -
XYZ 6.8 3.76 2.56 -
YUV 47.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 108 17 42 0 0.84 0.61 0.58 343.52 0.73 0.25
Hex 6C 11 2A 0 54 3D 3A 158 49 19
Octal 154 21 52 0 124 75 72 530 111 31
Binary 1101100 10001 101010 0 1010100 111101 111010 101011000 1001001 11001

Color Harmonies of #6C112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C112A

Black with #6C112A

Text Example


Text Example

White with #6C112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,42); }

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

background-color css

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

 a { background-color: rgb(108,17,42); }

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

border-color css

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

 span { border-color: rgb(108,17,42); }

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