Html Css Color HEX #66040E Pohutukawa

📋 copy color: '#66040E'

red 102 ◦ green 4 ◦ blue 14

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

Shades of Pohutukawa #66040E

Tints of Pohutukawa #66040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

 BLUE value IS 14 (5.86% from 255) = 11.67%

R = 85%
G = 3.33%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66040E (or 0x66040E) is known color: Pohutukawa. HEX triplet: 66, 04 and 0E. RGB value is (102,4,14). Sum of RGB (Red+Green+Blue) = 102+4+14=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #66040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66040E is #99FBF1. Grayscale: #222222. Windows color (decimal): -10091506 or 918630. OLE color: 918630.

HSL color Cylindrical-coordinate representation of color #66040E: hue angle of 353.88º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66040E is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 14 -
CMYK 0 0.96 0.86 0.6
HSL 353.88º 0.92% 0.21% -
HSV(B) 353.88º 0.96% 0.4% -
XYZ 5.6 2.94 0.69 -
YUV 34.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 102 4 14 0 0.96 0.86 0.6 353.88 0.92 0.21
Hex 66 4 E 0 60 56 3C 162 5C 15
Octal 146 4 16 0 140 126 74 542 134 25
Binary 1100110 100 1110 0 1100000 1010110 111100 101100010 1011100 10101

Color Harmonies of #66040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66040E

Black with #66040E

Text Example


Text Example

White with #66040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66040E; }

 p { color: rgb(102,4,14); }

 H1.HeaderClassName
 {
   color: #66040E;
 }
 .AnyTagClassName
 {
   color: #66040E;
 }
</style>

background-color css

<style>
 a { background-color: #66040E; }

 a { background-color: rgb(102,4,14); }

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

border-color css

<style>
 span { border-color: #66040E; }

 span { border-color: rgb(102,4,14); }

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