Html Css Color HEX #651E20 Pohutukawa

📋 copy color: '#651E20'

red 101 ◦ green 30 ◦ blue 32

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

Shades of Pohutukawa #651E20

Tints of Pohutukawa #651E20

RGB

 RED value IS 101 (39.84% from 255) = 61.96%

 GREEN value IS 30 (12.11% from 255) = 18.4%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 61.96%
G = 18.4%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#651E20 (or 0x651E20) is known color: Pohutukawa. HEX triplet: 65, 1E and 20. RGB value is (101,30,32). Sum of RGB (Red+Green+Blue) = 101+30+32=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #651E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E20 is #9AE1DF. Grayscale: #333333. Windows color (decimal): -10150368 or 2104933. OLE color: 2104933.

HSL color Cylindrical-coordinate representation of color #651E20: hue angle of 358.31º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #651E20 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 30 32 -
CMYK 0 0.70 0.68 0.60
HSL 358.31º 0.54% 0.26% -
HSV(B) 358.31º 0.7% 0.4% -
XYZ 6.09 3.8 1.78 -
YUV 51.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 101 30 32 0 0.70 0.68 0.60 358.31 0.54 0.26
Hex 65 1E 20 0 46 44 3C 166 36 1A
Octal 145 36 40 0 106 104 74 546 66 32
Binary 1100101 11110 100000 0 1000110 1000100 111100 101100110 110110 11010

Color Harmonies of #651E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E20

Black with #651E20

Text Example


Text Example

White with #651E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651E20; }

 p { color: rgb(101,30,32); }

 H1.HeaderClassName
 {
   color: #651E20;
 }
 .AnyTagClassName
 {
   color: #651E20;
 }
</style>

background-color css

<style>
 a { background-color: #651E20; }

 a { background-color: rgb(101,30,32); }

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

border-color css

<style>
 span { border-color: #651E20; }

 span { border-color: rgb(101,30,32); }

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