Html Css Color HEX #9C690C Golden Brown

📋 copy color: '#9C690C'

red 156 ◦ green 105 ◦ blue 12

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

Shades of Golden Brown #9C690C

Tints of Golden Brown #9C690C

RGB

 RED value IS 156 (61.33% from 255) = 57.14%

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 57.14%
G = 38.46%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C690C (or 0x9C690C) is known color: Golden Brown. HEX triplet: 9C, 69 and 0C. RGB value is (156,105,12). Sum of RGB (Red+Green+Blue) = 156+105+12=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C690C is #6396F3. Grayscale: #6E6E6E. Windows color (decimal): -6526708 or 813468. OLE color: 813468.

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

Color convert

RGB 156 105 12 -
CMYK 0 0.33 0.92 0.39
HSL 38.75º 0.86% 0.33% -
HSV(B) 38.75º 0.92% 0.61% -
XYZ 18.83 17.2 2.67 -
YUV 109.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 156 105 12 0 0.33 0.92 0.39 38.75 0.86 0.33
Hex 9C 69 C 0 21 5C 27 27 56 21
Octal 234 151 14 0 41 134 47 47 126 41
Binary 10011100 1101001 1100 0 100001 1011100 100111 100111 1010110 100001

Color Harmonies of #9C690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C690C

Black with #9C690C

Text Example


Text Example

White with #9C690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,12); }

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

background-color css

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

 a { background-color: rgb(156,105,12); }

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

border-color css

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

 span { border-color: rgb(156,105,12); }

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