Html Css Color HEX #C68525 Geebung

📋 copy color: '#C68525'

red 198 ◦ green 133 ◦ blue 37

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

Shades of Geebung #C68525

Tints of Geebung #C68525

RGB

 RED value IS 198 (77.73% from 255) = 53.8%

 GREEN value IS 133 (52.34% from 255) = 36.14%

 BLUE value IS 37 (14.84% from 255) = 10.05%

R = 53.8%
G = 36.14%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C68525 (or 0xC68525) is known color: Geebung. HEX triplet: C6, 85 and 25. RGB value is (198,133,37). Sum of RGB (Red+Green+Blue) = 198+133+37=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C68525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68525 is #397ADA. Grayscale: #8D8D8D. Windows color (decimal): -3767003 or 2459078. OLE color: 2459078.

HSL color Cylindrical-coordinate representation of color #C68525: hue angle of 35.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68525 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 133 37 -
CMYK 0 0.33 0.81 0.22
HSL 35.78º 0.69% 0.46% -
HSV(B) 35.78º 0.81% 0.78% -
XYZ 32.01 28.91 5.64 -
YUV 141.49 69.03 168.31 -
System Red Green Blue C M Y K H S L
Decimal 198 133 37 0 0.33 0.81 0.22 35.78 0.69 0.46
Hex C6 85 25 0 21 51 16 24 45 2E
Octal 306 205 45 0 41 121 26 44 105 56
Binary 11000110 10000101 100101 0 100001 1010001 10110 100100 1000101 101110

Color Harmonies of #C68525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68525

Black with #C68525

Text Example


Text Example

White with #C68525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68525; }

 p { color: rgb(198,133,37); }

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

background-color css

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

 a { background-color: rgb(198,133,37); }

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

border-color css

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

 span { border-color: rgb(198,133,37); }

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