Html Css Color HEX #66583C Judge Grey

📋 copy color: '#66583C'

red 102 ◦ green 88 ◦ blue 60

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

Shades of Judge Grey #66583C

Tints of Judge Grey #66583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

 BLUE value IS 60 (23.83% from 255) = 24%

R = 40.8%
G = 35.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66583C (or 0x66583C) is known color: Judge Grey. HEX triplet: 66, 58 and 3C. RGB value is (102,88,60). Sum of RGB (Red+Green+Blue) = 102+88+60=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #66583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66583C is #99A7C3. Grayscale: #595959. Windows color (decimal): -10069956 or 3954790. OLE color: 3954790.

HSL color Cylindrical-coordinate representation of color #66583C: hue angle of 40º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66583C is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 88 60 -
CMYK 0 0.14 0.41 0.6
HSL 40º 0.26% 0.32% -
HSV(B) 40º 0.41% 0.4% -
XYZ 9.78 10.13 5.71 -
YUV 88.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 102 88 60 0 0.14 0.41 0.6 40 0.26 0.32
Hex 66 58 3C 0 E 29 3C 28 1A 20
Octal 146 130 74 0 16 51 74 50 32 40
Binary 1100110 1011000 111100 0 1110 101001 111100 101000 11010 100000

Color Harmonies of #66583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66583C

Black with #66583C

Text Example


Text Example

White with #66583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66583C; }

 p { color: rgb(102,88,60); }

 H1.HeaderClassName
 {
   color: #66583C;
 }
 .AnyTagClassName
 {
   color: #66583C;
 }
</style>

background-color css

<style>
 a { background-color: #66583C; }

 a { background-color: rgb(102,88,60); }

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

border-color css

<style>
 span { border-color: #66583C; }

 span { border-color: rgb(102,88,60); }

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