Html Css Color HEX #655C01 Raw Umber

📋 copy color: '#655C01'

red 101 ◦ green 92 ◦ blue 1

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

Shades of Raw Umber #655C01

Tints of Raw Umber #655C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 47.42%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 52.06%
G = 47.42%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#655C01 (or 0x655C01) is known color: Raw Umber. HEX triplet: 65, 5C and 01. RGB value is (101,92,1). Sum of RGB (Red+Green+Blue) = 101+92+1=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #655C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C01 is #9AA3FE. Grayscale: #545454. Windows color (decimal): -10134527 or 89189. OLE color: 89189.

HSL color Cylindrical-coordinate representation of color #655C01: hue angle of 54.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #655C01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 92 1 -
CMYK 0 0.09 0.99 0.60
HSL 54.6º 0.98% 0.2% -
HSV(B) 54.6º 0.99% 0.4% -
XYZ 9.2 10.42 1.56 -
YUV 84.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 101 92 1 0 0.09 0.99 0.60 54.6 0.98 0.2
Hex 65 5C 1 0 9 63 3C 37 62 14
Octal 145 134 1 0 11 143 74 67 142 24
Binary 1100101 1011100 1 0 1001 1100011 111100 110111 1100010 10100

Color Harmonies of #655C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C01

Black with #655C01

Text Example


Text Example

White with #655C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655C01; }

 p { color: rgb(101,92,1); }

 H1.HeaderClassName
 {
   color: #655C01;
 }
 .AnyTagClassName
 {
   color: #655C01;
 }
</style>

background-color css

<style>
 a { background-color: #655C01; }

 a { background-color: rgb(101,92,1); }

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

border-color css

<style>
 span { border-color: #655C01; }

 span { border-color: rgb(101,92,1); }

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