Html Css Color HEX #6C181D Pohutukawa

📋 copy color: '#6C181D'

red 108 ◦ green 24 ◦ blue 29

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

Shades of Pohutukawa #6C181D

Tints of Pohutukawa #6C181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 67.08%
G = 14.91%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6C181D (or 0x6C181D) is known color: Pohutukawa. HEX triplet: 6C, 18 and 1D. RGB value is (108,24,29). Sum of RGB (Red+Green+Blue) = 108+24+29=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C181D is #93E7E2. Grayscale: #313131. Windows color (decimal): -9693155 or 1906796. OLE color: 1906796.

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

Color convert

RGB 108 24 29 -
CMYK 0 0.78 0.73 0.58
HSL 356.43º 0.64% 0.26% -
HSV(B) 356.43º 0.78% 0.42% -
XYZ 6.73 3.93 1.57 -
YUV 49.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 108 24 29 0 0.78 0.73 0.58 356.43 0.64 0.26
Hex 6C 18 1D 0 4E 49 3A 164 40 1A
Octal 154 30 35 0 116 111 72 544 100 32
Binary 1101100 11000 11101 0 1001110 1001001 111010 101100100 1000000 11010

Color Harmonies of #6C181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C181D

Black with #6C181D

Text Example


Text Example

White with #6C181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,24,29); }

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

background-color css

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

 a { background-color: rgb(108,24,29); }

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

border-color css

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

 span { border-color: rgb(108,24,29); }

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