#CB9639

Color #CB9639 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CB9639

Tints of Fuel Yellow #CB9639

Color information

#CB9639 (or 0xCB9639) is unknown color: approx Fuel Yellow. HEX triplet: CB, 96 and 39. RGB value is (203,150,57). Sum of RGB (Red+Green+Blue) = 203+150+57=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9639 is #3469C6. Grayscale: #9B9B9B. Windows color (decimal): -3434951 or 3774155. OLE color: 3774155.

HSL color Cylindrical-coordinate representation of color #CB9639: hue angle of 38.22º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB9639 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20315057-
CMYK00.260.720.20
HSL38.22º58.4%50.98%-
HSV(B)38.22º71.92%79.61%-
XYZ36.2734.88.68-
YUV155.2472.56162.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 57 (22.66% from 255) = 13.90%
R=49.51%
G=36.59%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031505700.260.720.2038.2258.450.98
HexCB963901A4814263a33
Octal3132267103211024467263
Binary1100101110010110111001011010100100010100100110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9639; }

 p { color: rgb(203,150,57); }

 H1.HeaderClassName
 {
   color: #CB9639;
 }
 .AnyTagClassName
 {
   color: #CB9639;
 }
</style>
background-color css

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

 a { background-color: rgb(203,150,57); }

 div.DivClassName
 {
   background-color: #CB9639;
 }
 .BgClassName
 {
   background-color: #CB9639;
 }
</style>
border-color css

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

 span { border-color: rgb(203,150,57); }

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