Html Css Color HEX #9B833C Reef Gold

📋 copy color: '#9B833C'

red 155 ◦ green 131 ◦ blue 60

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

Shades of Reef Gold #9B833C

Tints of Reef Gold #9B833C

RGB

 RED value IS 155 (60.94% from 255) = 44.8%

 GREEN value IS 131 (51.56% from 255) = 37.86%

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

R = 44.8%
G = 37.86%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B833C (or 0x9B833C) is known color: Reef Gold. HEX triplet: 9B, 83 and 3C. RGB value is (155,131,60). Sum of RGB (Red+Green+Blue) = 155+131+60=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B833C is #647CC3. Grayscale: #828282. Windows color (decimal): -6585540 or 3965851. OLE color: 3965851.

HSL color Cylindrical-coordinate representation of color #9B833C: hue angle of 44.84º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B833C is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 131 60 -
CMYK 0 0.15 0.61 0.39
HSL 44.84º 0.44% 0.42% -
HSV(B) 44.84º 0.61% 0.61% -
XYZ 22.45 23.53 7.63 -
YUV 130.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 155 131 60 0 0.15 0.61 0.39 44.84 0.44 0.42
Hex 9B 83 3C 0 F 3D 27 2D 2C 2A
Octal 233 203 74 0 17 75 47 55 54 52
Binary 10011011 10000011 111100 0 1111 111101 100111 101101 101100 101010

Color Harmonies of #9B833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B833C

Black with #9B833C

Text Example


Text Example

White with #9B833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B833C; }

 p { color: rgb(155,131,60); }

 H1.HeaderClassName
 {
   color: #9B833C;
 }
 .AnyTagClassName
 {
   color: #9B833C;
 }
</style>

background-color css

<style>
 a { background-color: #9B833C; }

 a { background-color: rgb(155,131,60); }

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

border-color css

<style>
 span { border-color: #9B833C; }

 span { border-color: rgb(155,131,60); }

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