Html Css Color HEX #9C691D Golden Brown

📋 copy color: '#9C691D'

red 156 ◦ green 105 ◦ blue 29

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

Shades of Golden Brown #9C691D

Tints of Golden Brown #9C691D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 53.79%
G = 36.21%
B = 10%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C691D (or 0x9C691D) is known color: Golden Brown. HEX triplet: 9C, 69 and 1D. RGB value is (156,105,29). Sum of RGB (Red+Green+Blue) = 156+105+29=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C691D is #6396E2. Grayscale: #6F6F6F. Windows color (decimal): -6526691 or 1927580. OLE color: 1927580.

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

Color convert

RGB 156 105 29 -
CMYK 0 0.33 0.81 0.39
HSL 35.91º 0.69% 0.36% -
HSV(B) 35.91º 0.81% 0.61% -
XYZ 18.98 17.26 3.49 -
YUV 111.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 156 105 29 0 0.33 0.81 0.39 35.91 0.69 0.36
Hex 9C 69 1D 0 21 51 27 24 45 24
Octal 234 151 35 0 41 121 47 44 105 44
Binary 10011100 1101001 11101 0 100001 1010001 100111 100100 1000101 100100

Color Harmonies of #9C691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C691D

Black with #9C691D

Text Example


Text Example

White with #9C691D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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