Html Css Color HEX #66061C Pohutukawa

📋 copy color: '#66061C'

red 102 ◦ green 6 ◦ blue 28

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

Shades of Pohutukawa #66061C

Tints of Pohutukawa #66061C

RGB

 RED value IS 102 (40.23% from 255) = 75%

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 75%
G = 4.41%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66061C (or 0x66061C) is known color: Pohutukawa. HEX triplet: 66, 06 and 1C. RGB value is (102,6,28). Sum of RGB (Red+Green+Blue) = 102+6+28=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66061C is #99F9E3. Grayscale: #252525. Windows color (decimal): -10090980 or 1836646. OLE color: 1836646.

HSL color Cylindrical-coordinate representation of color #66061C: hue angle of 346.25º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66061C is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 6 28 -
CMYK 0 0.94 0.73 0.6
HSL 346.25º 0.89% 0.21% -
HSV(B) 346.25º 0.94% 0.4% -
XYZ 5.75 3.04 1.38 -
YUV 37.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 102 6 28 0 0.94 0.73 0.6 346.25 0.89 0.21
Hex 66 6 1C 0 5E 49 3C 15A 59 15
Octal 146 6 34 0 136 111 74 532 131 25
Binary 1100110 110 11100 0 1011110 1001001 111100 101011010 1011001 10101

Color Harmonies of #66061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66061C

Black with #66061C

Text Example


Text Example

White with #66061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66061C; }

 p { color: rgb(102,6,28); }

 H1.HeaderClassName
 {
   color: #66061C;
 }
 .AnyTagClassName
 {
   color: #66061C;
 }
</style>

background-color css

<style>
 a { background-color: #66061C; }

 a { background-color: rgb(102,6,28); }

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

border-color css

<style>
 span { border-color: #66061C; }

 span { border-color: rgb(102,6,28); }

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