Html Css Color HEX #6C1827 Pohutukawa

📋 copy color: '#6C1827'

red 108 ◦ green 24 ◦ blue 39

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

Shades of Pohutukawa #6C1827

Tints of Pohutukawa #6C1827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 63.16%
G = 14.04%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6C1827 (or 0x6C1827) is known color: Pohutukawa. HEX triplet: 6C, 18 and 27. RGB value is (108,24,39). Sum of RGB (Red+Green+Blue) = 108+24+39=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1827 is #93E7D8. Grayscale: #323232. Windows color (decimal): -9693145 or 2562156. OLE color: 2562156.

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

Color convert

RGB 108 24 39 -
CMYK 0 0.78 0.64 0.58
HSL 349.29º 0.64% 0.26% -
HSV(B) 349.29º 0.78% 0.42% -
XYZ 6.88 3.99 2.33 -
YUV 50.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 108 24 39 0 0.78 0.64 0.58 349.29 0.64 0.26
Hex 6C 18 27 0 4E 40 3A 15D 40 1A
Octal 154 30 47 0 116 100 72 535 100 32
Binary 1101100 11000 100111 0 1001110 1000000 111010 101011101 1000000 11010

Color Harmonies of #6C1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1827

Black with #6C1827

Text Example


Text Example

White with #6C1827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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