Html Css Color HEX #CB7306 Ochre

📋 copy color: '#CB7306'

red 203 ◦ green 115 ◦ blue 6

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

Shades of Ochre #CB7306

Tints of Ochre #CB7306

RGB

 RED value IS 203 (79.69% from 255) = 62.65%

 GREEN value IS 115 (45.31% from 255) = 35.49%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 62.65%
G = 35.49%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB7306 (or 0xCB7306) is known color: Ochre. HEX triplet: CB, 73 and 06. RGB value is (203,115,6). Sum of RGB (Red+Green+Blue) = 203+115+6=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7306 is #348CF9. Grayscale: #818181. Windows color (decimal): -3443962 or 422859. OLE color: 422859.

HSL color Cylindrical-coordinate representation of color #CB7306: hue angle of 33.2º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB7306 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 115 6 -
CMYK 0 0.43 0.97 0.20
HSL 33.2º 0.94% 0.41% -
HSV(B) 33.2º 0.97% 0.8% -
XYZ 30.79 24.97 3.37 -
YUV 128.89 58.65 180.86 -
System Red Green Blue C M Y K H S L
Decimal 203 115 6 0 0.43 0.97 0.20 33.2 0.94 0.41
Hex CB 73 6 0 2B 61 14 21 5E 29
Octal 313 163 6 0 53 141 24 41 136 51
Binary 11001011 1110011 110 0 101011 1100001 10100 100001 1011110 101001

Color Harmonies of #CB7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7306

Black with #CB7306

Text Example


Text Example

White with #CB7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7306; }

 p { color: rgb(203,115,6); }

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

background-color css

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

 a { background-color: rgb(203,115,6); }

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

border-color css

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

 span { border-color: rgb(203,115,6); }

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