Html Css Color HEX #6C181A Pohutukawa

📋 copy color: '#6C181A'

red 108 ◦ green 24 ◦ blue 26

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

Shades of Pohutukawa #6C181A

Tints of Pohutukawa #6C181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.46%

R = 68.35%
G = 15.19%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C181A (or 0x6C181A) is known color: Pohutukawa. HEX triplet: 6C, 18 and 1A. RGB value is (108,24,26). Sum of RGB (Red+Green+Blue) = 108+24+26=158 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.35% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 108 - color contains mainly: red. Hex color #6C181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C181A is #93E7E5. Grayscale: #313131. Windows color (decimal): -9693158 or 1710188. OLE color: 1710188.

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

Color convert

RGB 108 24 26 -
CMYK 0 0.78 0.76 0.58
HSL 358.57º 0.64% 0.26% -
HSV(B) 358.57º 0.78% 0.42% -
XYZ 6.7 3.92 1.38 -
YUV 49.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 108 24 26 0 0.78 0.76 0.58 358.57 0.64 0.26
Hex 6C 18 1A 0 4E 4C 3A 167 40 1A
Octal 154 30 32 0 116 114 72 547 100 32
Binary 1101100 11000 11010 0 1001110 1001100 111010 101100111 1000000 11010

Color Harmonies of #6C181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C181A

Black with #6C181A

Text Example


Text Example

White with #6C181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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