Html Css Color HEX #99670F Golden Brown

📋 copy color: '#99670F'

red 153 ◦ green 103 ◦ blue 15

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

Shades of Golden Brown #99670F

Tints of Golden Brown #99670F

RGB

 RED value IS 153 (60.16% from 255) = 56.46%

 GREEN value IS 103 (40.63% from 255) = 38.01%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 56.46%
G = 38.01%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99670F (or 0x99670F) is known color: Golden Brown. HEX triplet: 99, 67 and 0F. RGB value is (153,103,15). Sum of RGB (Red+Green+Blue) = 153+103+15=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #99670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99670F is #6698F0. Grayscale: #6C6C6C. Windows color (decimal): -6723825 or 1009561. OLE color: 1009561.

HSL color Cylindrical-coordinate representation of color #99670F: hue angle of 38.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99670F is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 15 -
CMYK 0 0.33 0.90 0.4
HSL 38.26º 0.82% 0.33% -
HSV(B) 38.26º 0.9% 0.6% -
XYZ 18.07 16.51 2.69 -
YUV 107.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 153 103 15 0 0.33 0.90 0.4 38.26 0.82 0.33
Hex 99 67 F 0 21 5A 28 26 52 21
Octal 231 147 17 0 41 132 50 46 122 41
Binary 10011001 1100111 1111 0 100001 1011010 101000 100110 1010010 100001

Color Harmonies of #99670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99670F

Black with #99670F

Text Example


Text Example

White with #99670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99670F; }

 p { color: rgb(153,103,15); }

 H1.HeaderClassName
 {
   color: #99670F;
 }
 .AnyTagClassName
 {
   color: #99670F;
 }
</style>

background-color css

<style>
 a { background-color: #99670F; }

 a { background-color: rgb(153,103,15); }

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

border-color css

<style>
 span { border-color: #99670F; }

 span { border-color: rgb(153,103,15); }

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