Html Css Color HEX #66061F Pohutukawa

📋 copy color: '#66061F'

red 102 ◦ green 6 ◦ blue 31

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

Shades of Pohutukawa #66061F

Tints of Pohutukawa #66061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.3%

R = 73.38%
G = 4.32%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#66061F (or 0x66061F) is known color: Pohutukawa. HEX triplet: 66, 06 and 1F. RGB value is (102,6,31). Sum of RGB (Red+Green+Blue) = 102+6+31=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #66061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66061F is #99F9E0. Grayscale: #252525. Windows color (decimal): -10090977 or 2033254. OLE color: 2033254.

HSL color Cylindrical-coordinate representation of color #66061F: hue angle of 344.38º 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 #66061F is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 6 31 -
CMYK 0 0.94 0.70 0.6
HSL 344.38º 0.89% 0.21% -
HSV(B) 344.38º 0.94% 0.4% -
XYZ 5.79 3.05 1.58 -
YUV 37.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 102 6 31 0 0.94 0.70 0.6 344.38 0.89 0.21
Hex 66 6 1F 0 5E 46 3C 158 59 15
Octal 146 6 37 0 136 106 74 530 131 25
Binary 1100110 110 11111 0 1011110 1000110 111100 101011000 1011001 10101

Color Harmonies of #66061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66061F

Black with #66061F

Text Example


Text Example

White with #66061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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