Html Css Color HEX #9C651F Golden Brown

📋 copy color: '#9C651F'

red 156 ◦ green 101 ◦ blue 31

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

Shades of Golden Brown #9C651F

Tints of Golden Brown #9C651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 54.17%
G = 35.07%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C651F (or 0x9C651F) is known color: Golden Brown. HEX triplet: 9C, 65 and 1F. RGB value is (156,101,31). Sum of RGB (Red+Green+Blue) = 156+101+31=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C651F is #639AE0. Grayscale: #6D6D6D. Windows color (decimal): -6527713 or 2057628. OLE color: 2057628.

HSL color Cylindrical-coordinate representation of color #9C651F: hue angle of 33.6º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C651F is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 101 31 -
CMYK 0 0.35 0.80 0.39
HSL 33.6º 0.67% 0.37% -
HSV(B) 33.6º 0.8% 0.61% -
XYZ 18.61 16.47 3.5 -
YUV 109.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 156 101 31 0 0.35 0.80 0.39 33.6 0.67 0.37
Hex 9C 65 1F 0 23 50 27 22 43 25
Octal 234 145 37 0 43 120 47 42 103 45
Binary 10011100 1100101 11111 0 100011 1010000 100111 100010 1000011 100101

Color Harmonies of #9C651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C651F

Black with #9C651F

Text Example


Text Example

White with #9C651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,101,31); }

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

background-color css

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

 a { background-color: rgb(156,101,31); }

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

border-color css

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

 span { border-color: rgb(156,101,31); }

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