Html Css Color HEX #65420F Raw Umber

📋 copy color: '#65420F'

red 101 ◦ green 66 ◦ blue 15

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

Shades of Raw Umber #65420F

Tints of Raw Umber #65420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.26%

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 55.49%
G = 36.26%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#65420F (or 0x65420F) is known color: Raw Umber. HEX triplet: 65, 42 and 0F. RGB value is (101,66,15). Sum of RGB (Red+Green+Blue) = 101+66+15=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65420F is #9ABDF0. Grayscale: #464646. Windows color (decimal): -10141169 or 1000037. OLE color: 1000037.

HSL color Cylindrical-coordinate representation of color #65420F: hue angle of 35.58º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65420F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 66 15 -
CMYK 0 0.35 0.85 0.60
HSL 35.58º 0.74% 0.23% -
HSV(B) 35.58º 0.85% 0.4% -
XYZ 7.4 6.7 1.35 -
YUV 70.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 101 66 15 0 0.35 0.85 0.60 35.58 0.74 0.23
Hex 65 42 F 0 23 55 3C 24 4A 17
Octal 145 102 17 0 43 125 74 44 112 27
Binary 1100101 1000010 1111 0 100011 1010101 111100 100100 1001010 10111

Color Harmonies of #65420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65420F

Black with #65420F

Text Example


Text Example

White with #65420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,66,15); }

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

background-color css

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

 a { background-color: rgb(101,66,15); }

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

border-color css

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

 span { border-color: rgb(101,66,15); }

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